home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / tcp / archie38_1.lha / archie-1.4 / rdgram.h < prev    next >
C/C++ Source or Header  |  1995-01-04  |  545b  |  17 lines

  1. /*
  2.  * Copyright (c) 1991 by the University of Washington
  3.  *
  4.  * For copying and distribution information, please see the file
  5.  * <copyright.h>.
  6.  */
  7.  
  8. #include "copyright.h"
  9.  
  10. /* Queuing priorities for datagrams */
  11. #define           RDGRAM_MAX_PRI   32765  /* Maximum user proiority          */
  12. #define           RDGRAM_MAX_SPRI  32767  /* Maximum priority for system use */
  13. #define           RDGRAM_MIN_PRI  -32765  /* Maximum user proiority          */
  14. #define           RDGRAM_MIN_SPRI -32768  /* Maximum priority for system use */
  15.  
  16. int    rdgram_priority = 0;
  17.